C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / Items Property

In This Topic
Items Property (CollectionViewResponse<T>)
In This Topic
The items data for Read command.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.PascalCaseJsonConverter)>
Public Property Items As IEnumerable(Of T)
 
See Also